home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / tlbr32.zip / ZIPIT.EX_ / ZIPIT / 0 / RCDATA / TOPTIONSDLGFRM / TOPTIONSDLGFRM.txt
Text File  |  1996-07-30  |  16KB  |  497 lines

  1. object OptionsDlgFrm: TOptionsDlgFrm
  2.   Left = 159
  3.   Top = 106
  4.   HelpContext = 5000
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   ActiveControl = OkBtn
  8.   BorderIcons = [biSystemMenu]
  9.   BorderStyle = bsNone
  10.   Caption = 'ZipIT!  Options'
  11.   ClientHeight = 286
  12.   ClientWidth = 399
  13.   Font.Color = clBlack
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 4
  24.     Top = 2
  25.     Width = 389
  26.     Height = 243
  27.   end
  28.   object OkBtn: TBitBtn
  29.     Left = 152
  30.     Top = 256
  31.     Width = 72
  32.     Height = 23
  33.     Caption = '&OK'
  34.     Default = True
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ModalResult = 1
  40.     ParentFont = False
  41.     TabOrder = 4
  42.     OnClick = OKBtnClick
  43.     Style = bsNew
  44.   end
  45.   object CancelBtn: TBitBtn
  46.     Left = 236
  47.     Top = 256
  48.     Width = 72
  49.     Height = 23
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     Font.Color = clBlack
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ModalResult = 2
  57.     ParentFont = False
  58.     TabOrder = 5
  59.     Style = bsNew
  60.   end
  61.   object HelpBtn: TBitBtn
  62.     Left = 320
  63.     Top = 256
  64.     Width = 72
  65.     Height = 23
  66.     Caption = '&Help'
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = []
  71.     ParentFont = False
  72.     TabOrder = 6
  73.     OnClick = HelpBtnClick
  74.     Style = bsNew
  75.   end
  76.   object ExtractGrpbx: TGroupBox
  77.     Left = 201
  78.     Top = 10
  79.     Width = 185
  80.     Height = 112
  81.     Caption = 'Default Extract Directory'
  82.     TabOrder = 2
  83.     object ExtractUserRdo: TIniRadioButton
  84.       Left = 22
  85.       Top = 64
  86.       Width = 139
  87.       Height = 17
  88.       Caption = '&User-defined'
  89.       PopupMenu = WhatsThisPopup
  90.       TabOrder = 2
  91.       OnClick = ExtractUserRdoClick
  92.       DataSource = IniSource1
  93.       SectionName = 'Extract'
  94.       Keyword = 'DirChoice'
  95.       DefaultValue = False
  96.       CheckedValue = 2
  97.     end
  98.     object ExtractEdit: TIniEdit
  99.       Left = 38
  100.       Top = 83
  101.       Width = 137
  102.       Height = 21
  103.       DataSource = IniSource1
  104.       SectionName = 'Extract'
  105.       Keyword = 'ExtractDir'
  106.       PopupMenu = WhatsThisPopup
  107.       TabOrder = 3
  108.     end
  109.     object ExtractArchiveRdo: TIniRadioButton
  110.       Left = 22
  111.       Top = 24
  112.       Width = 139
  113.       Height = 17
  114.       Caption = 'O&pen Archive Directory'
  115.       Checked = True
  116.       PopupMenu = WhatsThisPopup
  117.       TabOrder = 0
  118.       TabStop = True
  119.       DataSource = IniSource1
  120.       SectionName = 'Extract'
  121.       Keyword = 'DirChoice'
  122.       DefaultValue = False
  123.       CheckedValue = 0
  124.     end
  125.     object ExtractLastRdo: TIniRadioButton
  126.       Left = 22
  127.       Top = 44
  128.       Width = 139
  129.       Height = 17
  130.       Caption = 'Last &Extract Directory '
  131.       PopupMenu = WhatsThisPopup
  132.       TabOrder = 1
  133.       DataSource = IniSource1
  134.       SectionName = 'Extract'
  135.       Keyword = 'DirChoice'
  136.       DefaultValue = False
  137.       CheckedValue = 1
  138.     end
  139.   end
  140.   object AddGrpbx: TGroupBox
  141.     Left = 9
  142.     Top = 123
  143.     Width = 185
  144.     Height = 115
  145.     Caption = 'Default Add Directory'
  146.     TabOrder = 1
  147.     object AddUserRdo: TIniRadioButton
  148.       Left = 22
  149.       Top = 66
  150.       Width = 139
  151.       Height = 17
  152.       Caption = 'User-&defined'
  153.       PopupMenu = WhatsThisPopup
  154.       TabOrder = 2
  155.       OnClick = AddUserRdoClick
  156.       DataSource = IniSource1
  157.       SectionName = 'Add'
  158.       Keyword = 'DirChoice'
  159.       DefaultValue = False
  160.       CheckedValue = 2
  161.     end
  162.     object AddEdit: TIniEdit
  163.       Left = 38
  164.       Top = 85
  165.       Width = 137
  166.       Height = 21
  167.       DataSource = IniSource1
  168.       SectionName = 'Add'
  169.       Keyword = 'AddDir'
  170.       PopupMenu = WhatsThisPopup
  171.       TabOrder = 3
  172.     end
  173.     object AddArchiveRdo: TIniRadioButton
  174.       Left = 22
  175.       Top = 22
  176.       Width = 139
  177.       Height = 17
  178.       Caption = 'Ope&n Archive Directory'
  179.       Checked = True
  180.       PopupMenu = WhatsThisPopup
  181.       TabOrder = 0
  182.       TabStop = True
  183.       OnClick = AddUserRdoClick
  184.       DataSource = IniSource1
  185.       SectionName = 'Add'
  186.       Keyword = 'DirChoice'
  187.       DefaultValue = False
  188.       CheckedValue = 0
  189.     end
  190.     object AddLastRdo: TIniRadioButton
  191.       Left = 22
  192.       Top = 44
  193.       Width = 139
  194.       Height = 17
  195.       Caption = 'Last &Add Directory '
  196.       PopupMenu = WhatsThisPopup
  197.       TabOrder = 1
  198.       OnClick = AddUserRdoClick
  199.       DataSource = IniSource1
  200.       SectionName = 'Add'
  201.       Keyword = 'DirChoice'
  202.       DefaultValue = False
  203.       CheckedValue = 1
  204.     end
  205.   end
  206.   object OpenGrpbox: TGroupBox
  207.     Left = 9
  208.     Top = 10
  209.     Width = 185
  210.     Height = 111
  211.     Caption = 'Default Open Directory'
  212.     TabOrder = 0
  213.     object OpenUserRdo: TIniRadioButton
  214.       Left = 22
  215.       Top = 64
  216.       Width = 139
  217.       Height = 17
  218.       Caption = 'Use&r-defined'
  219.       PopupMenu = WhatsThisPopup
  220.       TabOrder = 2
  221.       OnClick = OpenUserRdoClick
  222.       DataSource = IniSource1
  223.       SectionName = 'Open'
  224.       Keyword = 'DirChoice'
  225.       DefaultValue = False
  226.       CheckedValue = 2
  227.     end
  228.     object OpenEdit: TIniEdit
  229.       Left = 38
  230.       Top = 82
  231.       Width = 137
  232.       Height = 21
  233.       DataSource = IniSource1
  234.       SectionName = 'Open'
  235.       Keyword = 'OpenDir'
  236.       PopupMenu = WhatsThisPopup
  237.       TabOrder = 3
  238.     end
  239.     object OpenSystemRdo: TIniRadioButton
  240.       Left = 22
  241.       Top = 24
  242.       Width = 139
  243.       Height = 17
  244.       Caption = '&System Directory'
  245.       Checked = True
  246.       PopupMenu = WhatsThisPopup
  247.       TabOrder = 0
  248.       TabStop = True
  249.       DataSource = IniSource1
  250.       SectionName = 'Open'
  251.       Keyword = 'DirChoice'
  252.       DefaultValue = False
  253.       CheckedValue = 0
  254.     end
  255.     object OpenLastRdo: TIniRadioButton
  256.       Left = 22
  257.       Top = 44
  258.       Width = 139
  259.       Height = 17
  260.       Caption = 'Las&t Open Directory '
  261.       PopupMenu = WhatsThisPopup
  262.       TabOrder = 1
  263.       DataSource = IniSource1
  264.       SectionName = 'Open'
  265.       Keyword = 'DirChoice'
  266.       DefaultValue = False
  267.       CheckedValue = 1
  268.     end
  269.   end
  270.   object MiscGrpbx: TGroupBox
  271.     Left = 200
  272.     Top = 123
  273.     Width = 185
  274.     Height = 115
  275.     Caption = 'Locations of Files'
  276.     TabOrder = 3
  277.     object LocationZip2ExeLbl: TLabel
  278.       Left = 11
  279.       Top = 24
  280.       Width = 130
  281.       Height = 13
  282.       Caption = 'Location of zip2exe.exe:'
  283.       PopupMenu = WhatsThisPopup
  284.     end
  285.     object zip2exeLocationEdit: TIniEdit
  286.       Left = 10
  287.       Top = 41
  288.       Width = 164
  289.       Height = 21
  290.       DataSource = IniSource1
  291.       SectionName = 'Others'
  292.       Keyword = 'Zip2Exe'
  293.       PopupMenu = WhatsThisPopup
  294.       TabOrder = 0
  295.     end
  296.   end
  297.   object ODSHelp1: TODSHelp
  298.     HelpText.Strings = (
  299.       'AddArchiveRdo'
  300.       'AddEdit'
  301.       'AddGrpbx'
  302.       'AddLastRdo'
  303.       'AddUserRdo'
  304.       'Bevel1'
  305.       'CancelBtn'
  306.       'ExtractArchiveRdo'
  307.       'ExtractEdit'
  308.       'ExtractGrpbx'
  309.       'ExtractLastRdo'
  310.       'ExtractUserRdo'
  311.       'GroupBox1'
  312.       'HelpBtn'
  313.       'IniSource1'
  314.       'LocationZip2ExeLbl'
  315.       'MiscGrpbx'
  316.       'ODSHelp1'
  317.       'OkBtn'
  318.       'OpenEdit'
  319.       'OpenLastRdo'
  320.       'OpenSystemRdo'
  321.       'OpenUserRdo'
  322.       'WhatsThis1'
  323.       'WhatsThisPopup'
  324.       'zip2exeLocationEdit')
  325.     HelpText.HelpData = {
  326.       1A000100004B0044656661756C74206469726563746F72792069732073657420
  327.       746F2074686520746865206469726563746F727920636F6E7461696E696E6720
  328.       746865206F70656E20617263686976652E0001000000000100004D0054686520
  329.       7370656369666963206469726563746F72792074686174206973207573656420
  330.       69662027557365722D646566696E6564204469726563746F7279272069732073
  331.       656C65637465642E000100000000010000000001000000000100002C00446972
  332.       6563746F7279207573656420647572696E6720746865206C6173742041646420
  333.       73657373696F6E2E0001000000000100002400416C7761797320757365207468
  334.       6973207370656369666963206469726563746F72792E00010000000001000000
  335.       00010000000001000000000100000000010000470044656661756C7420646972
  336.       6563746F72792069732073657420746F20746865206469726563746F72792063
  337.       6F6E7461696E696E6720746865206F70656E20617263686976652E0001000000
  338.       000100000A002D3E416464456469740001000000000100000000010000000001
  339.       000030004469726563746F7279207573656420647572696E6720746865206C61
  340.       737420457874726163742073657373696F6E2E0001000000000100000D002D3E
  341.       4164645573657252646F00010000000001000000000100000000010000000001
  342.       000000000100000000010000000001000016002D3E7A6970326578654C6F6361
  343.       74696F6E45646974000100000000010000000001000000000100000000010000
  344.       0000010000000001000000000100000A002D3E41646445646974000100000000
  345.       01000035006469726563746F7279207573656420647572696E6720746865206C
  346.       617374204F70656E20417263686976652073657373696F6E2E00010000000001
  347.       0000330044656661756C74206469726563746F72792069732073657420746F20
  348.       7468652063757272656E74206469726563746F72792E0001000000000100000D
  349.       002D3E4164645573657252646F00010000000001000000000100000000010000
  350.       00000100000000010000B000546865206469726563746F727920776865726520
  351.       7A6970326578652E6578652069732073746F72656420696E2E20207A69703265
  352.       78652E65786520697320612066696C6520746861742069732064697374726962
  353.       75746564207769746820506B7A69702C20616E642063616E20636F6E76657274
  354.       2061207A6970206172636869766520746F20612073656C662D65787472616374
  355.       696E672065786563757461626C6520282E657865292066696C652E0001000000
  356.       00}
  357.     Color = 15269887
  358.     Font.Color = clWindowText
  359.     Font.Height = -11
  360.     Font.Name = 'MS Sans Serif'
  361.     Font.Style = []
  362.     ParentFont = True
  363.     MaxWidth = 300
  364.     MoreText = 'Click here or press F1 for more...'
  365.     Left = 72
  366.     Top = 254
  367.   end
  368.   object IniSource1: TIniSource
  369.     Enabled = True
  370.     Left = 46
  371.     Top = 254
  372.   end
  373.   object WhatsThisPopup: TPopupMenu
  374.     Left = 18
  375.     Top = 254
  376.     object WhatsThis1: TMenuItem
  377.       Caption = '&What'#39's This?'
  378.       ShortCut = 0
  379.       OnClick = WhatsThis1Click
  380.     end
  381.   end
  382.   object KSTransForm1: TKSTransForm
  383.     Active = True
  384.     BarHeight = 19
  385.     Button5.GlyphUp.Data = {
  386.       E6040000424DE60400000000000036040000280000000D0000000B0000000100
  387.       080000000000B0000000CE0E0000C40E00000000000000000000000000008080
  388.       8000000080000080800000800000808000008000000080008000408080004040
  389.       0000FF80000080400000FF00400000408000FFFFFF00C0C0C0000000FF0000FF
  390.       FF0000FF0000FFFF0000FF000000FF00FF0080FFFF0080FF0000FFFF8000FF80
  391.       80008000FF004080FF000000BF0000BF000000BFBF00BF000000BF00BF00BFBF
  392.       0000C0DCC000F0CAA600F0FBFF00A4A0A0000000000000000000000000000000
  393.       00000000A080BA7F000000001CF45B00D8F45B00B84BB87FFFFFFFFFBCF45B00
  394.       261BB77F081B5D00780A00000A0000000100000000000000A4F45B0012850000
  395.       6336F7BF780A00000A00000001000000000000006F0DEC843F010000D0F45B00
  396.       2319F7BF00000000DF3C0200E528F9BF791AF7BF0C850000F4F85B002E19F7BF
  397.       6F0DEC8400000000EC84DF3C00000000460200004A8502002E3B00002F170000
  398.       3F2727010000DF3C3F2727015085FA3B4F170400000000000000F91AB77F0000
  399.       0000010000000A000000FA3B10000000000000003C85D379FFFFDF3C5085413C
  400.       4F17FFFFDF3C00000000DF3C3F0148D28C8500000300F91AB77FE78217180000
  401.       0000000001000A00780A3F010000080000002F175919B77F14F65B0094F55B00
  402.       074BB87FFFFFFFFFA0F55B00E218B77F14F65B00ACF55B00C24AB87FFFFFFFFF
  403.       B8F55B00B0B3B77F14F65B00C4F55B003569B87FFFFFFFFFD0F55B0061614100
  404.       14F65B00DCF55B006E614100FFFFFFFFE8F55B00C160410014F65B00F4F55B00
  405.       DC604100FFFFFFFF00F65B001861410014F65B00F4F85B0025614100FFFFFFFF
  406.       00F95B009C5A410011010000010000000000000098A0BA7F0100000000000000
  407.       00000000000000007CF60F000100000000000000000000000EDB188000000000
  408.       0000000005700000000000000000000000000000000000004C000000780A0000
  409.       0000000064495D00000000000500000003000000D0495D0004010000B4F65B00
  410.       4000000000000000BC435D002608080003000800E8435D0000000000F2B9B87F
  411.       0000000000000000C826BB7F000000000000000068656C702E626D70003B0181
  412.       0D000B000000573E780A00001101000004E10000000000000000000000000000
  413.       00000000A080BA7F010000009CF65B0058F75B00004BB87FFFFFFFFF3CF75B00
  414.       261BB77FEC225D00300A00008400A0480000300F00002487507F703A0000A048
  415.       00003087507F170198871405000000000200920400000000766000000000A048
  416.       0000728700005A87000000000000010000000000C00000006687507F1701537F
  417.       703A370F2F01A0876E4C170164132F0100000000C0000000A087000090870000
  418.       300F0000370F000001000000703A000000002F01703A5D00300F0000AA87507F
  419.       1701537F300F2979FA6C766076607705EC87AC1127049E288A1B0F0F0F0F0F0F
  420.       0F0F0F0F0F0F0F0000000F0F0F0F0F0F00000F0F0F0F0F0000000F0F0F0F0F0F
  421.       00000F0F0F0F0F0000000F0F0F0F0F0F0F0F0F0F0F0F0F0000000F0F0F0F0F0F
  422.       00000F0F0F0F0F0000000F0F0F0F0F0F00000F0F0F0F0F0000000F0F0F0F0F0F
  423.       0F00000F0F0F0F0000000F0F0F0F00000F0F00000F0F0F0000000F0F0F0F0000
  424.       0F0F00000F0F0F0000000F0F0F0F0F000000000F0F0F0F0000000F0F0F0F0F0F
  425.       0F0F0F0F0F0F0F000000}
  426.     Button6.GlyphUp.Data = {
  427.       E6040000424DE60400000000000036040000280000000D0000000B0000000100
  428.       080000000000B0000000CE0E0000C40E00000000000000000000000000008080
  429.       8000000080000080800000800000808000008000000080008000408080004040
  430.       0000FF80000080400000FF00400000408000FFFFFF00C0C0C0000000FF0000FF
  431.       FF0000FF0000FFFF0000FF000000FF00FF0080FFFF0080FF0000FFFF8000FF80
  432.       80008000FF004080FF000000BF0000BF000000BFBF00BF000000BF00BF00BFBF
  433.       0000C0DCC000F0CAA600F0FBFF00A4A0A0000000000000000000000000000000
  434.       00000000A080BA7F000000001CF45B00D8F45B00B84BB87FFFFFFFFFBCF45B00
  435.       261BB77F081B5D00780A00000A0000000100000000000000A4F45B0012850000
  436.       6336F7BF780A00000A00000001000000000000006F0DEC843F010000D0F45B00
  437.       2319F7BF00000000DF3C0200E528F9BF791AF7BF0C850000F4F85B002E19F7BF
  438.       6F0DEC8400000000EC84DF3C00000000460200004A8502002E3B00002F170000
  439.       3F2727010000DF3C3F2727015085FA3B4F170400000000000000F91AB77F0000
  440.       0000010000000A000000FA3B10000000000000003C85D379FFFFDF3C5085413C
  441.       4F17FFFFDF3C00000000DF3C3F0148D28C8500000300F91AB77FE78217180000
  442.       0000000001000A00780A3F010000080000002F175919B77F14F65B0094F55B00
  443.       074BB87FFFFFFFFFA0F55B00E218B77F14F65B00ACF55B00C24AB87FFFFFFFFF
  444.       B8F55B00B0B3B77F14F65B00C4F55B003569B87FFFFFFFFFD0F55B0061614100
  445.       14F65B00DCF55B006E614100FFFFFFFFE8F55B00C160410014F65B00F4F55B00
  446.       DC604100FFFFFFFF00F65B001861410014F65B00F4F85B0025614100FFFFFFFF
  447.       00F95B009C5A410011010000010000000000000098A0BA7F0100000000000000
  448.       00000000000000007CF60F000100000000000000000000000EDB188000000000
  449.       0000000005700000000000000000000000000000000000004C000000780A0000
  450.       000000001CED5D0000000000050000000300000088ED5D0004010000B4F65B00
  451.       400000000000000074E75D002608080003000900A0E75D0000000000F2B9B87F
  452.       0000000000000000C826BB7F0000000000000000636C6F73652E626D70000181
  453.       0D000B000000573E780A00001101000004E10000000000000000000000000000
  454.       00000000A080BA7F010000009CF65B0058F75B00004BB87FFFFFFFFF3CF75B00
  455.       261BB77FEC225D00300A00008400903A0000000F00002487507FC8450000903A
  456.       00003087507F170198871405000000000200920400000000FE6000000000903A
  457.       0000728700005A87000000000000010000000000C00000006687507F1701537F
  458.       C845070F2F01A0876E4C170164132F0100000000C0000000A087000090870000
  459.       000F0000070F000001000000C845000000002F01C8455D00000F0000AA87507F
  460.       1701537F000F2979FA6CFE60FE607705EC87AC1127049E28A6280F0F0F0F0F0F
  461.       0F0F0F0F0F0F0F0000000F0F0F0F0F0F0F0F0F0F0F0F0F0000000F0F0F00000F
  462.       0F0F0F00000F0F0000000F0F0F0F00000F0F00000F0F0F0000000F0F0F0F0F00
  463.       0000000F0F0F0F0000000F0F0F0F0F0F00000F0F0F0F0F0000000F0F0F0F0F00
  464.       0000000F0F0F0F0000000F0F0F0F00000F0F00000F0F0F0000000F0F0F00000F
  465.       0F0F0F00000F0F0000000F0F0F0F0F0F0F0F0F0F0F0F0F0000000F0F0F0F0F0F
  466.       0F0F0F0F0F0F0F000000}
  467.     ButtonsLeft = 0
  468.     ButtonRightGap = True
  469.     ButtonLeftWidth = 18
  470.     ButtonRightWidth = 19
  471.     CaptionFont.Color = clWhite
  472.     CaptionFont.Height = -12
  473.     CaptionFont.Name = 'system'
  474.     CaptionFont.Style = [fsBold]
  475.     CaptionFontInactive.Color = clBlack
  476.     CaptionFontInactive.Height = -12
  477.     CaptionFontInactive.Name = 'system'
  478.     CaptionFontInactive.Style = [fsBold]
  479.     CaptionHorzPos = hLeft
  480.     FrameCorners = False
  481.     FrameCornerSize = 23
  482.     FrameStyle = fsRaised
  483.     FrameWidth = 4
  484.     FreeMemory = 1048576
  485.     FreeGDI = 0
  486.     FreeSystem = 0
  487.     FreeUser = 0
  488.     MinHeight = 240
  489.     MinWidth = 320
  490.     SizeStyle = szNone
  491.     SystemMenu = False
  492.     OnButtonClick = KSTransForm1ButtonClick
  493.     Left = 100
  494.     Top = 254
  495.   end
  496. end
  497.